|
@ -1304,7 +1304,8 @@ public class PrescriptionInfoService extends BaseService {
|
|
|
" com2.`name` AS quantityUnitName, " +
|
|
|
" t.pack_unit As packUnit, " +
|
|
|
" com3.`name` As packUnitName, " +
|
|
|
" pack_spec AS packSpec" +
|
|
|
" pack_spec AS packSpec, " +
|
|
|
" subject_class AS subjectClass" +
|
|
|
" FROM " +
|
|
|
" zy_iv_physic_dict t, " +
|
|
|
" (SELECT code,name FROM zy_common_dict WHERE dict_name = 'IV_MEASURE_UNIT_DICT') com1, " +
|