|
|
@ -143,15 +143,16 @@ public class MysqlServiceImpl implements MysqlService { |
|
|
|
if (operation_platform.equals("1")){ |
|
|
|
mysqlStmt.setString(8, "ERP"); |
|
|
|
} |
|
|
|
if (operation_platform.equals("2")){ |
|
|
|
else if (operation_platform.equals("2")){ |
|
|
|
mysqlStmt.setString(8, "HomilyLink"); |
|
|
|
} |
|
|
|
if(operation_platform.equals("3")){ |
|
|
|
else if(operation_platform.equals("3")){ |
|
|
|
mysqlStmt.setString(8, "HomilyChart"); |
|
|
|
} |
|
|
|
if(operation_platform.equals("4")){ |
|
|
|
else if(operation_platform.equals("4")){ |
|
|
|
continue; |
|
|
|
}if(operation_platform.equals("0")){ |
|
|
|
} |
|
|
|
else if(operation_platform.equals("0")){ |
|
|
|
mysqlStmt.setString(8, "初始化金币"); |
|
|
|
} |
|
|
|
else { |
|
|
|