|
@@ -74,7 +74,6 @@ public class ProdInOutServiceImpl extends CommonBaseServiceImpl<ProdInOutMapper,
|
|
|
List<ProdInOutList> list = null;
|
|
List<ProdInOutList> list = null;
|
|
|
Long companyId = BaseContextHolder.getCompanyId();
|
|
Long companyId = BaseContextHolder.getCompanyId();
|
|
|
String con = req.getFinalCondition();
|
|
String con = req.getFinalCondition();
|
|
|
- System.out.println(con);
|
|
|
|
|
if (null == con) {
|
|
if (null == con) {
|
|
|
con = "1=1";
|
|
con = "1=1";
|
|
|
}
|
|
}
|