|
|
@ -29,6 +29,7 @@ import org.jeecg.modules.hanHaiMember.entity.HanHaiMember; |
|
|
|
import org.jeecg.modules.hanHaiMember.service.IHanHaiMemberService; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
|
|
|
|
|
import javax.annotation.Resource; |
|
|
|
import java.math.BigDecimal; |
|
|
@ -486,6 +487,7 @@ public class AppletOrderTeamServiceImpl implements AppletOrderTeamService { |
|
|
|
} |
|
|
|
|
|
|
|
@Override |
|
|
|
@Transactional |
|
|
|
public Result<?> submitQualityInfo2(String token, String id, String listJson) { |
|
|
|
|
|
|
|
if (StringUtils.isBlank(token)){ |
|
|
|