|
@@ -51,7 +51,7 @@ public class InvLotLocIdController extends BaseController {
|
|
|
invLocIdSearchFrom.getLotattDTO().setLotatt14(invLocIdSearchFrom.getLotatt14());
|
|
|
}
|
|
|
if (StringUtils.isNotEmpty(invLocIdSearchFrom.getLotatt15())) {
|
|
|
- invLocIdSearchFrom.getLotattDTO().setLotatt14(invLocIdSearchFrom.getLotatt15());
|
|
|
+ invLocIdSearchFrom.getLotattDTO().setLotatt15(invLocIdSearchFrom.getLotatt15());
|
|
|
}
|
|
|
List<InvLotLocIdLotattVO> list = invLotLocIdService.selectInvLocIdLotattList(invLocIdSearchFrom);
|
|
|
return getDataTable(list);
|