|
@@ -1143,8 +1143,8 @@ public interface YiZhuLuRuDao {
|
|
|
" where yz_supply_type.supply_code = a.supply_code), " +
|
|
|
" a.drug_quan, " +
|
|
|
" a.instruction, " +
|
|
|
- " a.mini_unit, " +
|
|
|
- " mini_unit_name = (select rtrim(name) from yp_zd_unit with (NOLOCK) where code = mini_unit), " +
|
|
|
+ " b.pack_unit as mini_unit,, " +
|
|
|
+ " mini_unit_name = (select rtrim(name) from yp_zd_unit with (NOLOCK) where code = b.pack_unit), " +
|
|
|
" a.drug_weight, " +
|
|
|
" a.drug_weight_unit, " +
|
|
|
" a.parent_no, " +
|