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