|
|
@@ -43,7 +43,7 @@ public interface MedicineManagementDao {
|
|
|
|
|
|
@Update("update zy_drug set page_no=#{pageNo},sub_date=getdate() where charge_date>=#{start} " +
|
|
|
"and charge_date<=#{end} and isnull(page_no,0)=0 and exec_unit=#{dept} " +
|
|
|
- "and zy_drug.charge_code in (${chargeCodes}) and isnull(zy_drug.serial,'01')='01'")
|
|
|
+ "and zy_drug.charge_code in (${chargeCodes}) ")
|
|
|
void submitMedicinePages(FetchMedicines params);
|
|
|
|
|
|
@Select("select convert(varchar(5),a.charge_date,10) as chargeDate,b.name as chargeName,c.name as deptName,rtrim(d.name) as patName, " +
|