@@ -1562,7 +1562,9 @@ public interface YiZhuLuRuDao {
@Update("<script>" +
- "update yz_act_order set parent_no = #{actOrderNo} where act_order_no in " +
+ "update yz_act_order set parent_no = #{actOrderNo}," +
+ " supply_code = '044' " +
+ "where act_order_no in " +
"<foreach collection='list' item='item' index='index' open='(' close=')' separator=','>" +
"#{item}" +
"</foreach>" +
@@ -246,7 +246,7 @@ public class YzActOrder implements Serializable {
case "4":
return "出院带药";
default:
- return "未知";
+ return "";
}
@@ -195,7 +195,7 @@ public class XinZhenYzActOrder {