提交更新返回值
parent
a95ab86dd6
commit
5578a4390a
|
@ -141,6 +141,7 @@ public class ProductServiceImpl implements ProductService {
|
|||
|
||||
// 完成 SQL 插入语句
|
||||
String sql = "INSERT INTO " + tableName + " (" + columns.toString() + ") " + values.toString() + ")";
|
||||
log.info("添加语句{}",sql);
|
||||
|
||||
int addCount = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue