|
|
@ -155,6 +155,7 @@ public class MysqlServiceImpl implements MysqlService { |
|
|
|
} |
|
|
|
if (validThreeTypes.contains(gtype)) { |
|
|
|
mysqlStmt.setInt(13, 3); |
|
|
|
mysqlStmt.setNull(20, java.sql.Types.INTEGER); |
|
|
|
mysqlStmt.setString(1, "ERPQT_" + timestampPart + randomNumber); |
|
|
|
} |
|
|
|
|
|
|
@ -171,17 +172,17 @@ public class MysqlServiceImpl implements MysqlService { |
|
|
|
} |
|
|
|
mysqlStmt.setInt(7, core_jb); |
|
|
|
if (operation_platform.equals("1")) { |
|
|
|
mysqlStmt.setString(8, "6"); |
|
|
|
mysqlStmt.setString(8, "ERP"); |
|
|
|
} else if (operation_platform.equals("2")) { |
|
|
|
mysqlStmt.setString(8, "5"); |
|
|
|
mysqlStmt.setString(8, "HomilyLink"); |
|
|
|
} else if (operation_platform.equals("3")) { |
|
|
|
mysqlStmt.setString(8, "3"); |
|
|
|
mysqlStmt.setString(8, "HomilyChart"); |
|
|
|
} else if (operation_platform.equals("4")) { |
|
|
|
continue; |
|
|
|
} else if (operation_platform.equals("0")) { |
|
|
|
mysqlStmt.setString(8, "4"); |
|
|
|
mysqlStmt.setString(8, "初始化金币"); |
|
|
|
} else { |
|
|
|
mysqlStmt.setString(8, "2"); |
|
|
|
mysqlStmt.setString(8, "其他"); |
|
|
|
} |
|
|
|
mysqlStmt.setString(9, goods_name); |
|
|
|
mysqlStmt.setString(12, remark); |
|
|
|