|
|
|
@ -225,9 +225,9 @@ public class BaseInvoiceManualCheckServiceImpl extends MpBaseServiceImpl<BaseTDx |
|
|
|
|
// String dkzt= dictdetaServcice.queryDictName(DictConstant.INACCOUNT_STATUS,pageList.get(i).getInAccountStatus());
|
|
|
|
|
// pageList.get(i).setInAccountStatus(dkzt);
|
|
|
|
|
// vo.setInAccountStatus(dkzt);
|
|
|
|
|
vo.setSelect(true); |
|
|
|
|
if (!"1".equals(pageList.get(i).getAuthStatus())) { |
|
|
|
|
vo.setSelect(false); |
|
|
|
|
if ("0".equals(pageList.get(i).getAuthStatus())) { |
|
|
|
|
vo.setSelect(true); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
log.info("手工勾选查询返回对象VO {}",vo); |
|
|
|
|