Commit 5c2d5bd6 by 罗承锋

修改小白卡配送方式

parent bbd4efff
......@@ -56,7 +56,7 @@ public class XbkUtil {
map.put("prodId", xbId);
map.put("coUserId", netId);
map.put("phoneNumber", businessNumber);
map.put("isDelivery", "0");
map.put("isDelivery", "1");
map.put("custName", customerName);
map.put("idCardNo", idCard);
map.put("contactNumber", contactNumber);
......
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