Commit 5d60c3a7 by 泽锋 李

fix

parent bab2092c
......@@ -722,7 +722,7 @@ and not exists ( select * from dc_auto_shortage_push_not_config where dc_auto_sh
//{
// conn.Delete<dc_auto_shortage_push>(item);
//}
conn.Execute(" update dc_auto_shortage_push set has_return_goods=0 where id in @ids ", new {ids = datas });
conn.Execute(" update dc_auto_shortage_push set has_return_goods=1 where id in @ids ", new {ids = datas });
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment