|
|
@@ -272,7 +272,7 @@ public class dispatchItems extends Controller {
|
|
|
StringBuffer where = new StringBuffer(" 1=1 ");
|
|
|
if (sys_enterpriseid > 0) {
|
|
|
where.append(" and t4.sys_enterpriseid ='").append(sys_enterpriseid).append("' ");
|
|
|
- where.append(" and ifnull(t1.outwarehouseqty, 0)>0' ");
|
|
|
+ where.append(" and ifnull(t1.outwarehouseqty, 0)>0 ");
|
|
|
}
|
|
|
|
|
|
if (content.containsKey("where")) {
|