|
@@ -388,7 +388,7 @@ public interface YiZhuLuRuDao {
|
|
|
List<String> list);
|
|
|
|
|
|
@Update("update yz_act_order " +
|
|
|
- "set status_flag = 6, " +
|
|
|
+ "set status_flag = -1, " +
|
|
|
" end_time = getdate(), " +
|
|
|
" modifier = #{userCode}, " +
|
|
|
" instruction = #{reasonForCancellation}," +
|
|
@@ -399,7 +399,7 @@ public interface YiZhuLuRuDao {
|
|
|
String reasonForCancellation);
|
|
|
|
|
|
@Update("update yz_act_order " +
|
|
|
- "set status_flag = 6, " +
|
|
|
+ "set status_flag = -1, " +
|
|
|
" end_time = getdate(), " +
|
|
|
" modifier = #{userCode}, " +
|
|
|
" instruction = #{reasonForCancellation}, " +
|