@ -32,5 +32,5 @@ public interface ErpMesRbPkMapper extends Mapper {
*
* @return
*/
List<MesRbPk> getMesRbPkList(@Param("dateMax") String dateMax,@Param("yoCode") String yoCode);
List<MesRbPk> getMesRbPkList(@Param("newlevdateMax") String newlevdateMax,@Param("yoCode") String yoCode);
}
@ -27,5 +27,5 @@ public interface ErpMesRbSodelrecwxMapper extends Mapper {
String getNewlevdateMax(String selectTime);
List<MesRbSodelrecwx> getMesRbSodelrecwxList(@Param("dateMax") String dateMax, @Param("yoCode") String yoCode);
List<MesRbSodelrecwx> getMesRbSodelrecwxList(@Param("newlevdateMax") String newlevdateMax, @Param("yoCode") String yoCode);
@ -27,5 +27,5 @@ public interface ErpMesRbSodelreczgMapper extends Mapper {
* @param dateMax
List<MesRbSodelreczg> getMesRbSodelreczgList(@Param("dateMax") String dateMax,@Param("yoCode") String yoCode);
List<MesRbSodelreczg> getMesRbSodelreczgList(@Param("newlevdateMax") String newlevdateMax,@Param("yoCode") String yoCode);