|
|
|
@ -157,10 +157,9 @@ public class ThrProductsAddDiService extends ServiceImpl<ThrProductsAddDiDao, Th
|
|
|
|
|
thrProductsAddDiEntity.setProductsType(thrDiProductsRequest.getProductsType());
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//医保编码解析
|
|
|
|
|
String catalogcode = thrDiProductsRequest.getCatalogcode();
|
|
|
|
|
|
|
|
|
|
try {
|
|
|
|
|
//医保编码解析
|
|
|
|
|
String catalogcode = thrDiProductsRequest.getCatalogcode();
|
|
|
|
|
if (StrUtil.isNotEmpty(catalogcode) && catalogcode.length() >= 7) {
|
|
|
|
|
Integer catalogcode1 = Integer.valueOf(catalogcode.substring(1, 3));
|
|
|
|
|
Integer catalogcode2 = Integer.valueOf(catalogcode1 + catalogcode.substring(3, 5));
|
|
|
|
|