|
@ -390,7 +390,7 @@ public class PrescriptionService extends BaseService {
|
|
|
for (String infoCode : zyInfoCodeAndCost.keySet()) {
|
|
|
Double _cost = Double.parseDouble(zyInfoCodeAndCost.get(infoCode));
|
|
|
Integer infocost = CommonUtil.doubleToInt(_cost);
|
|
|
prescriptionInfoDao.updateStatus(infoCode,infocost);
|
|
|
prescriptionInfoDao.updateStatus(infoCode,infocost,prescriptionCode);
|
|
|
}
|
|
|
//事务提交
|
|
|
transactionManager.commit(status);
|