|
@@ -224,7 +224,7 @@ public interface CaoYaoYiZhuDao {
|
|
|
"set status_flag = '-1', " +
|
|
|
" instruction = N'作废'," +
|
|
|
" order_name = N'作废' + order_name " +
|
|
|
- "where act_order_no = ''")
|
|
|
+ "where act_order_no = #{orderNo}")
|
|
|
void shanChuYiZhu(@Param("orderNo") BigDecimal orderNo);
|
|
|
|
|
|
|