Commit e338fce4 by huluobin

# 费用系统 测试单回调不处理

parent f3bd0d3d
......@@ -341,7 +341,7 @@ public class CostController {
result.put("result", true);
String costNo = cashierCallbackUrlVo.getId().toUpperCase();
if (!costNo.startsWith("F")) {
if (!(costNo.startsWith("F") || costNo.startsWith("SF"))) {
return result;
}
if (costNo.contains("-")) {
......
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