@@ -211,11 +211,11 @@ public class HuiZhenShenQingService {
public static String getOrderCode(String hzType) {
switch (hzType) {
case "001":
- return "01425";
+ return "01427";
case "002":
return "01426";
case "003":
- return "01427";
+ return "01425";
default:
return "500";
}