|
|
@@ -26,7 +26,7 @@ public class ErpProdIODetailServiceImpl implements ErpProdIODetailService {
|
|
|
+ " p.pd_thischeckqty thisCheckQty, p.custuu custUu, p.custname custName, p.enuu enUu, p.sourceid sourceId, p.pi_sourcetable sourceTable, p.pi_rate rate, p.pi_receivecode receiveCode,"
|
|
|
+ " p.pi_receivename receiveName, p.pd_factory factory, p.sendcode sendcode from erp$prodiodetail p where enuu = ?";
|
|
|
// 查询近三个月的数据
|
|
|
- sql = sql + " and p.pi_date between add_months(sysdate,-6) and sysdate ";
|
|
|
+ sql = sql + " and p.pi_date between add_months(sysdate,-8) and sysdate ";
|
|
|
Object[] args = new Object[] { enUu };
|
|
|
if (!CollectionUtils.isEmpty(filter)) {
|
|
|
String[] str = new String[filter.size()];
|