优化
This commit is contained in:
@@ -260,7 +260,7 @@ public class ReceivemstServiceImpl implements ReceivemstService {
|
||||
String receive_code = jo.getString("receive_code");
|
||||
JSONObject jonow = st_ivt_iostorinvdtl.query("source_bill_code='"+receive_code+"'").uniqueResult(0);
|
||||
if(jonow!=null){
|
||||
throw new BadRequestException("此单据"+receive_code+"生成出入库单,不可删除!");
|
||||
throw new BadRequestException("此到货单"+receive_code+"已生成入库单,请联系管理员处理!");
|
||||
}
|
||||
String receive_id = jo.getString("receive_id");
|
||||
JSONObject jsonOrder = orderTab.query("id = '" + jo.getString("source_billdtl_id") + "'").uniqueResult(0);
|
||||
|
||||
Reference in New Issue
Block a user