|
@@ -253,7 +253,7 @@ public class ProdServiceImpl implements ProdService {
|
|
|
@Override
|
|
@Override
|
|
|
public void setValues(PreparedStatement ps, int i) throws SQLException {
|
|
public void setValues(PreparedStatement ps, int i) throws SQLException {
|
|
|
String str = list.get(i);
|
|
String str = list.get(i);
|
|
|
- String[] split = str.split("-");
|
|
|
|
|
|
|
+ String[] split = str.split("-----");
|
|
|
ps.setString(1, split[0]);
|
|
ps.setString(1, split[0]);
|
|
|
ps.setString(2, split[1]);
|
|
ps.setString(2, split[1]);
|
|
|
}
|
|
}
|