This commit is contained in:
linfso 2025-07-21 16:39:18 +08:00
parent 84337f91a6
commit fd45a23c20
2 changed files with 5 additions and 3 deletions

View File

@ -167,9 +167,6 @@ public class EmisCommonController extends EmisBaseController
err_msg String 错误消息
*/
JSONObject jobjRst = JSONObject.parseObject(data);
String payId = jobjRst.getString("order_no");
if(StringUtils.isEmpty(payId)){

View File

@ -225,6 +225,11 @@ public class EmisSettleBillServiceImpl extends EmisBaseService implements IEmisS
return 1;
}
// 未确认,不允许收款
// if ( "0".equals(oldBill.getBlConfirmSite()) ) {
// return 1;
// }
// 其他不允许支付
return 0;