|
@@ -799,6 +799,7 @@ public class ProductServiceImpl implements ProductService {
|
|
|
*/
|
|
*/
|
|
|
@Override
|
|
@Override
|
|
|
public ResultMap matchNonStandardProduct() {
|
|
public ResultMap matchNonStandardProduct() {
|
|
|
|
|
+ Map<String, Object> map = new HashMap<>();
|
|
|
final Long uu = SystemSession.getUser().getUserUU();
|
|
final Long uu = SystemSession.getUser().getUserUU();
|
|
|
final Long enUU = SystemSession.getUser().getEnterprise().getUu();
|
|
final Long enUU = SystemSession.getUser().getEnterprise().getUu();
|
|
|
ResultMap statusResult = validateProductStatus(enUU);
|
|
ResultMap statusResult = validateProductStatus(enUU);
|