Browse Source

xiuzheng bug

wangzhinan 3 years ago
parent
commit
807c301d1a

+ 1 - 1
svr/svr-base/src/main/java/com/yihu/jw/base/service/a3service/MedicineStockOutService.java

@ -177,7 +177,7 @@ public class MedicineStockOutService extends BaseJpaService<Mediicinestockout, M
        String countSql = " select " +
                "     COUNT(DISTINCT (t.id)) as count " +
                "   from " +
                "     t_mediicine_order t " +
                "     t_mediicine_stockout t " +
                "  where " +
                "  1=1   " +
                conditionSql;

+ 1 - 1
svr/svr-base/src/main/java/com/yihu/jw/base/service/a3service/MedicineStockUpService.java

@ -175,7 +175,7 @@ public class MedicineStockUpService extends BaseJpaService<Mediicinestockup, Med
        String countSql = " select " +
                "     COUNT(DISTINCT (t.id)) as count " +
                "   from " +
                "     t_mediicine_order t " +
                "     t_mediicine_stockup t " +
                "  where " +
                "  1=1   " +
                conditionSql;