|
|
|
@ -12,6 +12,7 @@ import com.foreverwin.mesnac.common.service.SfcDispatchCommonService;
|
|
|
|
|
import com.foreverwin.mesnac.meapi.service.NcCodeService;
|
|
|
|
|
import com.foreverwin.modular.core.util.FrontPage;
|
|
|
|
|
import com.foreverwin.modular.core.util.R;
|
|
|
|
|
import com.sap.me.frame.service.CommonMethods;
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.web.bind.annotation.*;
|
|
|
|
|
|
|
|
|
@ -78,6 +79,7 @@ public class AbnormalBillController {
|
|
|
|
|
public R page(FrontPage<AbnormalBill> frontPage, AbnormalBill abnormalBill){
|
|
|
|
|
IPage result;
|
|
|
|
|
QueryWrapper<AbnormalBill> queryWrapper = new QueryWrapper<>();
|
|
|
|
|
abnormalBill.setSite(CommonMethods.getSite());
|
|
|
|
|
queryWrapper.setEntity(abnormalBill);
|
|
|
|
|
if (frontPage.getGlobalQuery() != null && !"".equals(frontPage.getGlobalQuery().trim())) {
|
|
|
|
|
//TODO modify global query
|
|
|
|
|