|
|
@@ -2160,7 +2160,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
ps.setObject(11, t.getB2cBranden());
|
|
|
ps.setObject(12, t.getBrandId());
|
|
|
ps.setObject(13, t.getBranduuid());
|
|
|
- ps.setObject(14, (t.getComponentUuId() == null ? 0 : 1));
|
|
|
+ ps.setObject(14, (StringUtilB2C.isEmpty(t.getComponentUuId()) ? 0 : 1));
|
|
|
ps.setObject(15, new Date(System.currentTimeMillis()));
|
|
|
ps.setObject(16, t.getSpec());
|
|
|
ps.setObject(17, t.getKindName());
|